home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / exit.n < prev    next >
Text File  |  1994-09-20  |  965b  |  67 lines

  1.  
  2.  
  3.  
  4. exit(n)                    Tk Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      exit - Exit the process
  12.  
  13. SYNOPSIS
  14.      exit ?_r_e_t_u_r_n_C_o_d_e?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      Terminate the process, returning _r_e_t_u_r_n_C_o_d_e (an integer)  to
  20.      the  system  as the exit status.  If _r_e_t_u_r_n_C_o_d_e isn't speci-
  21.      fied then it defaults to 0.  This command replaces  the  Tcl
  22.      command  by  the  same  name.  It is identical to Tcl's exit
  23.      command except that before exiting it destroys all the  win-
  24.      dows  managed  by  the process.  This allows various cleanup
  25.      operations to be performed,  such  as  removing  application
  26.      names from the global registry of applications.
  27.  
  28.  
  29. KEYWORDS
  30.      exit, process
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tk                                                              1
  64.  
  65.  
  66.  
  67.